
==============================
 Facebook Quiz App V.1.0 
==============================
Developed by Arifur Rahman
Email : hmarifur@gmail.com
==============================

The Laravel framework has a few system requirements:

PHP >= 5.3.7
MCrypt PHP Extension
MySQL 


Installation : 
=============================
Step 1 : Extract Zip file and copy fbquiz folder to your server  ( E.g  fbquiz) 

Step 2 :  Goto https://developer.facebook.com , select My Apps , Create a New App , Goto App settings Site URL , Mobile Site URL Others setting if you need ... You will get APP ID and APP SECRET

Step 3 : Open app/config/facebook.php file and set APP ID and APP secret

Step 4 : Open app/config/database.php file and set  mysql database info 

Step 5 : Import database.sql file into your mysql server . 


Thats  it !  Enjoy Facebook Quiz App v.1.0 


Default Admin URL : http://www.yousitename.com/admin-login
User : admin@admin.com
Pass : 12345678 


Warning : 
=============================
Dont try to upgrade by using laravel composer . I use Laravel minimum verison 4.0 , it can be run PHP >= 5.3.7 , but if you upgrade vendor files then it could be error for server version . So dont try to upgrade with php artisan update , if you are not expert in Laravel . 






